home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / t / truetypefontengine.dms / truetypefontengine.adf / Install-TrueType next >
Text File  |  1995-05-03  |  732b  |  22 lines

  1. ;PAGESTREAM3 INSTALLATION SCRIPT
  2. ;COPYRIGHT ©1995 SOFT-LOGIK PUBLISHING CORPORATION
  3.  
  4. ;SEE IF PAGESTREAM3 AND SOFTLOGIK ARE ASSIGNED AND EVERYTHING EXISTS
  5. (set PGSdest (getassign "PageStream3" "a"))
  6. (set SLdest (getassign "SoftLogik" "a"))
  7. (if (OR (= PGSdest "") (= SLdest ""))
  8.     (abort "PageStream3: and/or SoftLogik: are not assigned. You must properly install PageStream3 before installing this filter.")
  9. )
  10. (if (<> (exists "SoftLogik:Engines") 2)
  11.     (makedir "SoftLogik:Engines" (infos))
  12. )
  13. (set ENGdest (tackon SLdest "Engines"))
  14. (set @default-dest ENGdest)
  15. (complete 10)
  16.  
  17. ;INSTALL ENGINE
  18. (copyfiles (source "TTFengine:TTF.font") (dest ENGdest))
  19. (complete 100)
  20.  
  21. (exit "\n\nYou are now ready to use TrueType fonts with PageStream3.")
  22.